Update a code example for language change
authorSimon Sapin <simon.sapin@exyr.org>
Wed, 28 Jan 2015 21:32:27 +0000 (22:32 +0100)
committerSimon Sapin <simon.sapin@exyr.org>
Wed, 28 Jan 2015 21:32:27 +0000 (22:32 +0100)
src/doc/build-script.md

index 80eaaa3532e0315f06811e40db78991303d92644..fec28ce9b6c305e83831c5044546ae1c52ecbf28 100644 (file)
@@ -239,7 +239,7 @@ Next, let's peek at the library itself:
 ```rust,ignore
 // src/main.rs
 
-include!(concat!(env!("OUT_DIR"), "/hello.rs"))
+include!(concat!(env!("OUT_DIR"), "/hello.rs"));
 
 fn main() {
     println!("{}", message());